| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Limit file upload size on the client (#84) | Sebastien Castiel | 2024-02-06 | 1 | -1/+14 |
| | | |||||
| * | format currency with thousand separators (#81) | Lauri Vuorela | 2024-02-04 | 2 | -6/+4 |
| | | |||||
| * | Automatic category from expense title (#80) | Mert Demir | 2024-02-04 | 2 | -5/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * environment variable * random category draft * get category from ai * input limit and documentation * use watch * use field.name * prettier * presigned upload, readme warning, category to string util * prettier * check whether feature is enabled * use process.env * improved prompt to return id only * remove console.debug * show loader * share class name * prettier * use template literals * rename format util * prettier | ||||
| * | Improve receipt scanning | Sebastien Castiel | 2024-01-30 | 1 | -21/+46 |
| | | |||||
| * | Create expense from receipt (#69) | Sebastien Castiel | 2024-01-30 | 4 | -10/+340 |
| | | | | | | | | * Create expense from receipt * Add modal * Update README | ||||
| * | Use React’s cache to avoid some queries to the database | Sebastien Castiel | 2024-01-30 | 3 | -7/+11 |
| | | |||||
| * | Disable prefetch on export link | Sebastien Castiel | 2024-01-26 | 1 | -0/+1 |
| | | |||||
| * | Fix search functionality (#62) | Vid Čufar | 2024-01-26 | 1 | -74/+68 |
| | | | | | | | | | | | * Improve README instructions for local setup * Fix search functionality #61 - use 'includes' for expense filtering * Ensure expense groups with no matching expenses are hidden after filtering * Improve README instructions for local setup | ||||
| * | Upgrade Next.js to 14.1.0 | Sebastien Castiel | 2024-01-24 | 3 | -13/+18 |
| | | |||||
| * | Add date and bring back group name in exported filename (#54) | Sebastien Castiel | 2024-01-23 | 1 | -1/+5 |
| | | |||||
| * | Fix export file name (Fix #54) | Sebastien Castiel | 2024-01-22 | 1 | -1/+1 |
| | | |||||
| * | Added search bar for expense list page (#52) | Ankit Bahl | 2024-01-19 | 1 | -73/+91 |
| | | | | | | | | | | * Added search bar for expense list page * Change search input styling --------- Co-authored-by: Sebastien Castiel <sebastien@castiel.me> | ||||
| * | Improve UI of expense list | Sebastien Castiel | 2024-01-17 | 2 | -5/+9 |
| | | |||||
| * | Group expenses (#48) | Brandon Eng | 2024-01-17 | 1 | -60/+117 |
| | | | | | | | | | | | | | | | | * Group expenses my date * Group expenses my date * typescript errors * prettier * getExpenseGroup * update logic to use dayjs * clean up | ||||
| * | Add GitHub actions | Sebastien Castiel | 2024-01-16 | 1 | -2/+5 |
| | | |||||
| * | Ability to archive groups when they’re settled up (#45) | Brandon Eng | 2024-01-16 | 2 | -3/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Settled up icon on group card * remove logs * archived groups * remove settled up * remove more settled up * recent-group-list-card * sortGroups * archiveGroup * unarchiveGroup * clean up * more clean up * Prettier, fix TS errors, add titles --------- Co-authored-by: Sebastien Castiel <sebastien@castiel.me> | ||||
| * | Export group expenses as JSON (Closes #42) | Sebastien Castiel | 2024-01-15 | 2 | -3/+47 |
| | | |||||
| * | Add category icons | Sebastien Castiel | 2024-01-11 | 2 | -0/+149 |
| | | |||||
| * | Assign categories to expenses (#28) | Chris Johnston | 2024-01-11 | 2 | -3/+6 |
| | | | | | | | | | | | | | | * add expense categories * set category to Payment for reimbursements * Insert categories as part of the migration * Display category groups --------- Co-authored-by: Sebastien Castiel <sebastien@castiel.me> | ||||
| * | Improve design for expense list | Sebastien Castiel | 2024-01-10 | 2 | -13/+21 |
| | | |||||
| * | Ask the user who they are when opening a group for the first time (#7) | Sebastien Castiel | 2024-01-09 | 3 | -41/+187 |
| | | |||||
| * | Add activeUser for default payer per group (#16) | Ankit Bahl | 2024-01-09 | 1 | -1/+16 |
| | | | | | | | | | | * Add activeUser for default payer per group * Prettier, change labels, use useEffect --------- Co-authored-by: Sebastien Castiel <sebastien@castiel.me> | ||||
| * | Fix how dates are displayed (Fix #33) | Sebastien Castiel | 2024-01-09 | 1 | -5/+9 |
| | | |||||
| * | Add Expense Date (#26) | Chris Johnston | 2024-01-08 | 1 | -1/+4 |
| | | | | | | | | | | | | | | * add expense date * Improve date formatting * Prettier * Change field description --------- Co-authored-by: Sebastien Castiel <sebastien@castiel.me> | ||||
| * | Revert "Use modal dialogs for expense creation & edition (#10)" | Sebastien Castiel | 2023-12-19 | 7 | -64/+72 |
| | | | | | This reverts commit 1e66efe5169dfad9a0c62ba42fbf31ce977bf49e. | ||||
| * | Use modal dialogs for expense creation & edition (#10) | Sebastien Castiel | 2023-12-19 | 7 | -72/+64 |
| | | | | | | | | | | | | * First attemps at using route interception and modals * Remove route interception * Make it work * Use Vaul on small screens * Improve vaul | ||||
| * | Improve loading states | Sebastien Castiel | 2023-12-14 | 1 | -11/+35 |
| | | |||||
| * | Migration script, improvements in expenses list | Sebastien Castiel | 2023-12-08 | 1 | -10/+20 |
| | | |||||
| * | Share button | Sebastien Castiel | 2023-12-07 | 1 | -1/+1 |
| | | |||||
| * | Titles and navigation | Sebastien Castiel | 2023-12-07 | 4 | -1/+16 |
| | | |||||
| * | Store amounts as cents | Sebastien Castiel | 2023-12-07 | 1 | -1/+1 |
| | | |||||
| * | Improve responsiveness | Sebastien Castiel | 2023-12-06 | 2 | -116/+84 |
| | | |||||
| * | Better expense list | Sebastien Castiel | 2023-12-06 | 1 | -10/+53 |
| | | |||||
| * | Reimbursements | Sebastien Castiel | 2023-12-06 | 1 | -1/+5 |
| | | |||||
| * | Tabs | Sebastien Castiel | 2023-12-06 | 1 | -0/+114 |
| | | |||||
| * | Delete expense | Sebastien Castiel | 2023-12-06 | 1 | -1/+8 |
| | | |||||
| * | Remove button | Sebastien Castiel | 2023-12-06 | 1 | -16/+1 |
| | | |||||
| * | Better loading behavior | Sebastien Castiel | 2023-12-06 | 2 | -20/+5 |
| | | |||||
| * | Loading screens & layouts | Sebastien Castiel | 2023-12-06 | 1 | -0/+3 |
| | | |||||
| * | First version | Sebastien Castiel | 2023-12-05 | 2 | -0/+79 |
